home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_805 / frame_3 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  303 b   |  14 lines

  1. _root.czas_na_zegarze = 60 + _root.czas_na_odnalezienie - _root.czas_w_grze;
  2. if(_root.czas_w_grze >= _root.czas_na_odnalezienie + 60 && _root.kucharz_opary_stop == false)
  3. {
  4.    tellTarget("/")
  5.    {
  6.       play();
  7.    }
  8.    tellTarget(_root.zegar)
  9.    {
  10.       prevFrame();
  11.    }
  12. }
  13. gotoAndPlay(2);
  14.